M

TopographySurface.Create

Description:
Creates a new topography surface element and adds it to the document.
Remarks:
The document will be regenerated during the creation of this topography surface element.
Overloads (2):
Create(Document,IList[XYZ])
public static TopographySurface Create(
	Document document,
	IList<XYZ> points
)
  • document
    The document to be modified.
  • IList<XYZ>
    points
    A collection of points. The points represent an enclosed area in the XY plane. There can be only one point in the same XY location.
Return Value TopographySurface The new topography surface.